projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf8bb0
)
; Fix escaping in recent ibuf-ext.el doc change.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Thu, 19 Aug 2021 15:58:58 +0000
(16:58 +0100)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Thu, 19 Aug 2021 15:58:58 +0000
(16:58 +0100)
lisp/ibuf-ext.el
patch
|
blob
|
history
diff --git
a/lisp/ibuf-ext.el
b/lisp/ibuf-ext.el
index c73f899656d1ce8997c763ffedc4636944daed9e..907ee8d63fc766a35a8c3d79fa8d8613c0ac09fa 100644
(file)
--- a/
lisp/ibuf-ext.el
+++ b/
lisp/ibuf-ext.el
@@
-337,9
+337,9
@@
For instance:
(setq ibuffer-saved-filter-groups
\\='((\"Home\"
(\"Modified\" (predicate buffer-modified-p (current-buffer)))
- (\"Helm\" (name . \"\*helm.+\"))
- (\"Dev\" (or (filename . \".+\
.css$
\")
- (filename . \".+\
.html?$
\")
+ (\"Helm\" (name . \"\
\\\
*helm.+\"))
+ (\"Dev\" (or (filename . \".+\
\\\.css\\\\'
\")
+ (filename . \".+\
\\\.html?\\\\'
\")
(mode . android-mode)
(mode . clojure-mode))))))